@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}
a:hover,
a:focus {
  color: #1f6fd8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #0a6506;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft YaHei";
  outline: none;
}
table {
  border-collapse: collapse;
}
/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
  width: 0;
  height: 0;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgb(26,51,202);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(26,51,202);
  background-color: #555;
}





/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.am-direction-nav {
  display: none;
}
html,
body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/top_bj.png") repeat-x;
  z-index: 999;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}
.banner_right {
  background: url("../images/banner_right.png") no-repeat !important;
  background-size: 100% 100% !important;
}
.banner_left {
  background: url("../images/banner_left.png") no-repeat !important;
  background-size: 100% 100% !important;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0a6506;
  text-align: center;
  z-index: 999;
}
.footer p {
  font-size: 0.26rem;
  color: #fff;
  line-height: 2.2;
}
.footer p a {
  font-size: 0.26rem;
  color: #fff;
}
.wap_banner {
  display: none;
}
.header_con {
  margin: 0 auto;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0a6506;
}
.index2_con {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 1.5rem;
  overflow: hidden;
}
.index3_con {
  width: 100%;
  height: 100%;
  padding-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.index4_con,
.index5_con,
.index6_con,
.index7_con {
  width: 100%;
  height: 100%;
  padding-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.index8_con {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.title {
  text-align: center;
}
.title h6 {
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
}
.title p {
  font-size: 0.35rem;
  color: #fff;
  line-height: 2;
  text-transform: uppercase;
}
.title p i {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1px;
  background: #bababa;
  margin: 0 5px;
}
.news_right {
  right: -10px;
  background-image: none;
}
.news_left {
  left: -10px;
  background-image: none;
}
.pic_right {
  right: -6px;
  background-image: none;
}
.pic_left {
  left: -6px;
  background-image: none;
}
.pic_img_right {
  right: -6px;
  background-image: none;
}
.pic_img_left {
  left: -6px;
  background-image: none;
}
.pic_con_a {
  position: relative;
}
.pic_con_a .x_tab_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index:-1;
}
.pic_con_a .active {
  opacity: 1;
  z-index:1;
}
.cg_tab_con_list li:nth-of-type(1) {
  margin-left: 0;
}
.banner_info img {
  width: 100%;
}
.con {
  margin: 0 auto;
}
.mbx {
  background: #fff;
  line-height: 3.5;
}
.an_content {
  background: #eeeeee;
}
.page {
  width: 100%;
  margin: 0.5rem auto;
  text-align: center;
}
.page > a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #ff0000;
  margin: 0 0.3%;
  background-color: #ff0000;
  color: #fff;
  line-height: 2;
}
.info_text {
  width: 98%;
  margin: 0 auto;
  line-height: 2;
  font-size: 14px;
}
.info_text h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 2.5;
}
.info_text img {
  max-width: 100%;
}
.news_title {
  display: block;
  text-align: center;
}
.fx {
  text-align: center;
  margin: 0 auto;
}
.fx .bdsharebuttonbox {
  display: inline-block;
}
.page_ul {
  margin-top: 0.5rem;
  border-top: dashed 1px #eeeeee;
}
.page_ul li {
  font-size: 15px;
  color: #333;
}
.page_ul li a {
  color: #333;
}
.page_ul li.on {
  color: #0a6506;
}
.page_ul li.on a {
  color: #0a6506;
}
.fh_more {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: underline;
  margin: 0.35rem auto 0;
}
.an_content .pic_left {
  left: 0;
}


.fd_right {
  position: fixed;
  top: 50%;
  right: 35px;
  width: 50px;
  z-index: 6666;
}
.fd_right li {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 7px;
  border: solid 1px #c8c8c8;
  background: #fff;
  position: relative;
  z-index: 66;
}
.fd_right li.on {
  background: #ff0000;
}
.fd_right li .fd_right_con {
  position: absolute;
  top: 0;
  left: -120px;
  display: none;
  width: 120px;
  padding: 10px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  background: #fff;
  z-index: 6;
}
.fd_right li .fd_right_con img {
  max-width: 100%;
}
.index4_con .news_list_con .news_list .news_list_img p{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index6_con .cg_al_list_con .cg_al_list .cg_tab_con .cg_tab_con_list li p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index6_con .cg_al_list_con .cg_al_list .cg_tab_con .cg_tab_con_list{
  text-align: left;
  width: 100%;
}

.index4_con .news_con .news_list .news_list_img h6 a {
  text-decoration: underline;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.an_content .tab_con .nws_tab_list li .news_list_img h6{
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.index5_con .pic_list_con .pic_list .x_tab_list li a{
  font-weight: bold;
}

.index5_con .pic_list_con .pic_img_list .x_img_list li{
  background: rgba(255, 255, 255, 0.5);
  margin-right:0.25rem;
}
.index_oic_con{
  width: 100%;
  background:url("../images/pic_con_bj.png") no-repeat top 165px center;
  min-height: 495px;
}












